Gets the value to set when the toggle is unchecked.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)

Syntax

C#
protected abstract T UnCheckedValue { get; }
Visual Basic
Protected MustOverride ReadOnly Property UnCheckedValue As T
	Get

Field Value

The un checked value.

See Also